-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node management - Refresh #4849
Conversation
a2b1d4b
to
2c8d890
Compare
2b127d5
to
ef59456
Compare
ef59456
to
a5ea88d
Compare
Nice work! The easiest way to review this PR is likely by comparing the current to the proposed structure. Assuming that this PR is primarily about re-arranging existing content, this looks good to me. Thanks for breaking this up! |
fa33b5a
to
200680a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link-checker found a few outstanding links to the old nodes page that'll need to be updated:
https://deploy-preview-4849--edb-docs-staging.netlify.app/docs/pgd/latest/consistency/conflicts/
- (172:237) 'Node res..' => https://deploy-preview-4849--edb-docs-staging.netlify.app/docs/pgd/latest/nodes/ (HTTP 404)
https://deploy-preview-4849--edb-docs-staging.netlify.app/docs/pgd/latest/monitoring/sql/
- (271:840) 'decoding..' => https://deploy-preview-4849--edb-docs-staging.netlify.app/docs/pgd/latest/nodes/#decoding-worker (HTTP 404)
- (281:10) 'logical ..' => https://deploy-preview-4849--edb-docs-staging.netlify.app/docs/pgd/latest/nodes/#logical-standby-nodes (HTTP 404)
https://deploy-preview-4849--edb-docs-staging.netlify.app/docs/pgd/latest/postgres-configuration/
- (124:63) 'decoding..' => https://deploy-preview-4849--edb-docs-staging.netlify.app/docs/pgd/latest/nodes/#decoding-worker (HTTP 404)
https://deploy-preview-4849--edb-docs-staging.netlify.app/docs/pgd/latest/reference/functions/
- (392:902) 'decoding..' => https://deploy-preview-4849--edb-docs-staging.netlify.app/docs/pgd/latest/nodes/#decoding-worker (HTTP 404)
- (394:3287) 'decoding..' => https://deploy-preview-4849--edb-docs-staging.netlify.app/docs/pgd/latest/nodes/#decoding-worker (HTTP 404)
https://deploy-preview-4849--edb-docs-staging.netlify.app/docs/pgd/latest/reference/nodes-management-interfaces/
- (153:28) 'Subscrib..' => https://deploy-preview-4849--edb-docs-staging.netlify.app/docs/pgd/latest/nodes/#subscriber-only-groups (HTTP 404)
https://deploy-preview-4849--edb-docs-staging.netlify.app/docs/pgd/latest/reference/pgd-settings/
- (273:4089) 'decoding..' => https://deploy-preview-4849--edb-docs-staging.netlify.app/docs/pgd/latest/nodes/#decoding-worker (HTTP 404)
- (273:6965) 'decoding..' => https://deploy-preview-4849--edb-docs-staging.netlify.app/docs/pgd/latest/nodes/#decoding-worker (HTTP 404)
Other link-related issues noted below:
product_docs/docs/pgd/5/node_management/logical_standby_nodes.mdx
Outdated
Show resolved
Hide resolved
product_docs/docs/pgd/5/node_management/physical_standby_nodes.mdx
Outdated
Show resolved
Hide resolved
product_docs/docs/pgd/5/node_management/connections_dsns_and_ssl.mdx
Outdated
Show resolved
Hide resolved
product_docs/docs/pgd/5/node_management/connections_dsns_and_ssl.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Lenz Grimmer <[email protected]>
Co-authored-by: Josh Heyer <[email protected]>
Co-authored-by: Josh Heyer <[email protected]>
Co-authored-by: Josh Heyer <[email protected]>
Co-authored-by: Josh Heyer <[email protected]>
Co-authored-by: Josh Heyer <[email protected]>
Co-authored-by: Josh Heyer <[email protected]>
….mdx Co-authored-by: Josh Heyer <[email protected]>
One read-through as these have been edited in the past
Signed-off-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
dcdd036
to
6a41f3b
Compare
What Changed?
Node section broken out into smaller sections for redevelopment, top section intro and pointers added.
https://enterprisedb.atlassian.net/browse/BDR-4238